-
Notifications
You must be signed in to change notification settings - Fork 477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Production Release Mid November #6600
Conversation
* cypress new test for advance filter * Delete package-lock.json * Revert "Delete package-lock.json" This reverts commit 8e555dd. * revert package-lock
* cypress new test for advance filter * convert navigation to POM * Delete package-lock.json
* changed PressureSoreInputModal to absolute positioning for handleClickOutside to work * changed PainInputModal to absolute positioning for handleClickOutside to work
…6513) * cypress new test for advance filter * convert navigation to POM * facility redirection * minor change * revert package-lock
…tion along with validation | User Tab (#6514) * cypress new test for advance filter * convert navigation to POM * facility redirection * minor change * user creation * user creation * revert package-lock
* Track patient card button clicks * Add null check
…source/**) (#6461) * replaced useDispatch in src/resource with useQuery and request * removed unused actions * fix loading * removed interface import * rm limit and offset * fixed useQuery Hooks * checking cypress failure * changed function name * removed external_id from models * fix naming * fix listfilter * fixed the condition in badgeList
* stop displaying bed name two times * resolve tooltip
* Add location filter for patients * Fix location filter
* only show unlinked facilties * rename param * fix cypress for updated backend * fix typo
* go back to previous url after session expiration * add query parameters instead of localstorage * resolve cross scripting * use newURL instead of string manipulation * check origin while redirecting * remove cross-site-scripting * convert the redirection into a function * remove else redirection
…cines + Administration Activity View + migrate `useDispatch` to `useQuery` (#6396) * fixes #6341; bin medicine administrations by 4:1 hrs * fix comments * fix tooltip clipping * remove warnings * improve how date seperation is shown * popover shows more details * cleanup: move files to correct place * delete old medicine administration table * cleanup * remove useDispatch in bulk administer * fixes #6442; API calls via useQuery for Medicines * cleanup * fix keys * cleanup * update seperator * overlay * temp fix tooltip * fix refetch logic * fix z-index * consistency * fix z-index * fix useIsScrollable dependencies * fix z-index * rewrite scroll overflow behaviour * fix z-index * cleanup API routes * support for archive and fix responsiveness issues * fix styling * fix path missing path params * remove tooltip * swap positions of actions and timestamp in timeline * fix responsiveness * minor spacing * fix responsiveness * fix spacing * hide archive if discontinued * fix responsiveness * fix discontinue refetch not invoked --------- Co-authored-by: Mohammed Nihal <[email protected]>
* Hide Camera Feed Tab for bed with no camera attached * Resolved requested changes.
…6535) * Remove redundant facility selection pop-up for single facility users * change permittedData variable name to permittedFacilities
…ate (#6479) * change the NIBP display from last 30 mins to currect bed assignment date * change model name to PascalCase and used PaginatedResponse to wrap the model * use onResponse for useQuery * resolved merge conflict * move bed assignment date fetch logic to parent component * replaced console log with notification for error * change logic by passing date to VitalsMonitor and change models * remove unused models and useState variables * update the CNS to pass the bedAssignmentStartDate prop to HL7PatientVitalsMonitor component * Reverted last commit * update the CNS to pass the correct bedAssignmentStartDate to the VitalsMonitor component * remove usage of useQuery and replaced the prop with existing data * fix NIBP visibility bug in Vitals Monitor * delete unused function --------- Co-authored-by: Mohammed Nihal <[email protected]>
…s/Notifications/**) #6392 (#6543) * Add only imports. other functionality and changes in code to be complited later * ShowPushNotification - change useDispatch with useQuery, old code is on the comments, add model.tsx in to folder notifications and add references into api.tsx * Complete ShowPushNotification.tsx and NoticeBoard.tsx - change useDispatch with useQuery * Complete ShowPushNotification.tsx and NoticeBoard.tsx - change useDispatch with useQuery, delete all commnets of old code * Complete NotificationsList.tsx - change useDispatch with useQuery, delete all commnets of old code * deleting all comments * code modification according to requests * back the original content of package-lock.json from origin branch --------- Co-authored-by: Adrián Sliva <[email protected]>
…ifting/**) (#6533) * replaced useDispatch in shifting * changed prefetch condition * removed refetch and fixed loading effect * fixed commentSection * removed paginatedList.whenEmpty
* Added LiveFeedScreen page * added key to map items * changed title to livefeed monitoring * changed livefeedtile to work properly * Changed camera controls to center of tile * Changed camera controls to center of tile * revert package-lock.json --------- Co-authored-by: rithviknishad <[email protected]>
…ty | User Tab (#6564) * add test to link and unlink a facility and verify its reflection * added a little bit comment * fixed the changes requested
* resource use id instead of external_id * fix * fix moreeee
…n statuses and other improvements) (#6528) * useSlug: support for fallbacks for graceful handling * Miscellaneous changes / cleanup * Add API routes * remove old diagnoses from Consultation Form * Add component: `AddICD11Diagnosis` * Add component: `ConditionVerificationStatusMenu` * uncomplicate things * Add component `ConsultationDiangosisEntry` * Basic implementation * i have no idea what these are, but lots of bugs gone * goodnight for today * responsiveness * pre-sort by verification status * Adds help text * responsiveness * fix overflow * show diagnoses in consultation dashboard * fix consultation create * Show chapter of diagnosis for principal diagnosis (#6541) * Add PrincipalDiagnosisCard component and update ConsultationDiagnosisBuilder * Add chapter field to ICD11DiagnosisModel * fixes #6544; Principal Diagnosis as Dropdown * fix cypress * minor fix
…er Tab (#6568) * linking skill to a user * fixed failure * removed duplicate code in asset module * minor-fix-assertion
* Fix clear button for CNS location filter * Fixes * tooltip
* flaky-test-in-usertab * trying out another solution * trying slow approach * revert vite config
* flaky-test-in-usertab * trying out another solution * trying slow approach * revert vite config * package-lock file change
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Passing run #1593 ↗︎
Details:
Review all test suite changes for PR #6600 ↗︎ |
* Add delay before live feed reconnect * change to 5s * Initital connect trigger
@gigincg We truly appreciate your efforts. Thank you for taking the time to contribute; this is a very valuable contribution to us 🥇. We always welcome your contribution 🙂, so feel free to contribute to anything anytime, and never lose that spirit of innovation 🙌. |
WHAT
🤖 Generated by Copilot at fb69380
This pull request adds and updates cypress tests and page objects for the user, facility, asset and shifting features. It also refactors and enhances some frontend components and hooks, such as
RecordMeta
,PaginatedList
,useSlug
,ScrollOverlay
anduseMSEplayer
. It fixes some typos, bugs and redundancies in the code and the tests. It updates the cypress dependency version and adds new workflow steps for the GCP deployment.Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖 Generated by Copilot at fb69380
PaginatedList.tsx
file to pass the query object to the children function (link, link)SlideOver.tsx
file to fix the overlap issue (link)assets_manage.cy.ts
file (link)filter.cy.ts
file (link)user_homepage.cy.ts
file (link)user_crud.cy.ts
file (link)